280 281 282 283 284 285 286 287 288
# File 'lib/mgmg/poly.rb', line 280 def <=>(other) if self == other 0 elsif self < other -1 else 1 end end